The first step is to design an ETL job which reads input from a source file, and has a Java transformer stage to perform transformations. 第一步是设计一个ETL作业,它可以从源文件读取输入,并拥有一个JavaTransformerStage来执行转换。
The DataStage job that you will build needs to convert the data from the source file into individual XML documents& one document for each account. 要构建的DataStage作业需要将数据从源文件转换成单个XML文档&一个帐户一个文档。